home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DIALOGS / BRWSFLDR / README.TXT < prev    next >
Text File  |  1996-10-07  |  2KB  |  54 lines

  1. TBrowseFolder Component
  2. Written by Todd Fast
  3. Copyright (C) 1996 by Pencilneck Software.  All rights reserved.
  4. Version 1.0, lego 10-6-96
  5.  
  6.  
  7. Description:
  8.  
  9.     Native Delphi component that encapsulates the SHBrowseForFolder
  10.     interface, which allows    Win32 users to select a directory using
  11.     the standard Explorer-like treeview dialog.
  12.  
  13.  
  14. Contact:
  15.  
  16.     tfast@eden.com
  17.     pencilneck@hotmail.com
  18.  
  19.  
  20. Distribution:
  21.  
  22.     This component is freeware.  As such, Pencilneck Software gives no
  23.     warranty to its accuracy, fitness for any particular use, effects
  24.     of use, or reliability.  This    component may not be distributed as
  25.     a part of another component package without Pencilneck    Software's
  26.     written    consent.  It may be freely distributed, although it must be
  27.     distributed with all original    files in their original format intact.
  28.     If you use this component in your software, please include an
  29.     acknowledgment that portions are copyrighted by Pencilneck Software.
  30.     Please contact the author, Todd Fast, at one of the above addresses
  31.     with questions, comments, bug-reports or any updates you make to the
  32.     component.
  33.  
  34. Included Files:
  35.  
  36.     BrowseFolder.dcr    - The toolbar glyph
  37.     BrowseFolder.doc    - Component documentation, in Microsoft Word 
  38.                   6.0 format
  39.     Demo.exe        - Simple demo to see just what the component 
  40.                   does without installing it
  41.     BrowseFolder.pas    - The component source file
  42.     Readme.txt        - This file
  43.     Shlobj.zip        - Required files not included with some Delphi
  44.                   installations.
  45.  
  46.     Note:   The Shlobj.zip archive cointains Borland's compiled 
  47.         Shelobj and RegStr files.  These files are required to
  48.         install and use the BrowseFolder component, although the 
  49.         default Delphi installation should include them.  I am 
  50.         including these files with the component because I've had 
  51.         some reports that certain Delphi installations did not 
  52.         include them.  To use them, put both files in the \Lib
  53.         subdirectory of your Delphi 2.0 directory.
  54.